object fExPrint: TfExPrint Left = 306 Top = 115 ActiveControl = btnOk BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'Extended print' ClientHeight = 201 ClientWidth = 385 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 369 Height = 59 Caption = 'File to print' TabOrder = 0 object lblFIle: TLabel Left = 8 Top = 18 Width = 27 Height = 13 Caption = 'lblFIle' end object chkPrintSelected: TCheckBox Left = 8 Top = 34 Width = 313 Height = 17 HelpContext = 1320 Caption = 'Print selected block' TabOrder = 0 end end object GroupBox2: TGroupBox Left = 8 Top = 76 Width = 369 Height = 80 Caption = 'Options' TabOrder = 1 object chkWrap: TCheckBox Left = 8 Top = 20 Width = 180 Height = 17 HelpContext = 935 Caption = 'Wrap long lines' TabOrder = 0 end object chkLines: TCheckBox Left = 8 Top = 37 Width = 180 Height = 17 HelpContext = 933 Caption = 'Line numbers' TabOrder = 1 end object chkTitle: TCheckBox Left = 8 Top = 54 Width = 180 Height = 17 HelpContext = 934 Caption = 'Title in header' TabOrder = 2 end object chkDate: TCheckBox Left = 187 Top = 20 Width = 180 Height = 17 HelpContext = 936 Caption = 'Date in header' TabOrder = 3 end object chkPages: TCheckBox Left = 187 Top = 36 Width = 180 Height = 17 HelpContext = 937 Caption = 'Page numbers' TabOrder = 4 end object chkColor: TCheckBox Left = 187 Top = 53 Width = 180 Height = 17 HelpContext = 701 Caption = 'Print in color' TabOrder = 5 end end object btnSetup: TButton Left = 8 Top = 170 Width = 72 Height = 22 HelpContext = 1321 Caption = 'Configuration' TabOrder = 2 OnClick = btnSetupClick end object btnOk: TButton Left = 225 Top = 170 Width = 72 Height = 22 HelpContext = 49 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 3 end object btnCancel: TButton Left = 305 Top = 170 Width = 72 Height = 22 HelpContext = 44 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object PrinterSetupDlg: TPrinterSetupDialog Left = 112 Top = 166 end end